
Lutz Major
Austriae Est Imperare Orbi Universo
54
|
Posted - 2011.12.14 08:55:00 -
[1] - Quote
Hello Steve!
Nice and easy to use page. Thank you for sharing and I must say, your response times to customer proposals are exemplary 
I hope you will update your page soon with my little notes: You are not calculating your quotes correctly. Sadly there is much more to do than selecting the invTypeMaterials and ramTypeRequirements table 
I) Removing recylceable material components
If a component in the ramTypeRequirements table is marked as recycleable you have to remove it's components from the raw section. An example is the Improved Cloaking Device II (http://www.fuzzwork.co.uk/blueprints/calc.php?bpid=11577&me=0&mpe=1&pe=0&ind=1). There are 20 Morphite in the raw category but you must remove those 10 from the Prototype Cloaking Device and then calculate the wastage:
[code] |====================================================================| | NAME | REQUIRED | MISSING | DMG/JOB | WASTE | |====================================================================| | Raw Material (1x) | | | | | |--------------------------------------------------------------------| | Morphite | 13 | 13 | 100.00% | 23.0% | |--------------------------------------------------------------------| | Extra Material (6x) | | | | | |--------------------------------------------------------------------| | Graviton Pulse Generator | 10 | 10 | 100.00% | | | Miniature Electronics | 5 | 5 | 100.00% | | | Photon Microprocessor | 10 | 10 | 100.00% | | | Prototype Cloaking Device I | 1 | 1 | 100.00% | | | R.A.M.- Electronics | 1 | 1 | 15.00% | | | Transmitter | 10 | 10 | 100.00% | | |--------------------------------------------------------------------| | Skill (3x) | | | | | |--------------------------------------------------------------------| | Graviton Physics | 2 | 2 | | | | Industry | 5 | 5 | | | | Quantum Physics | 2 | 2 | | | |--------------------------------------------------------------------|
Quote for: Improved Cloaking Device II, Material Efficiency Level: 0 Production Efficiency Skill: I, Production Slot Modifier: 1.0 [/code] (I set that in code blocks for the one day, CCP decides to reintroduce it)
Please see the posts by Matthew and Fubar http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1220024#30 and following
II) Production Efficiency Waste:
PE waste also applies to extra materials (!) IF and ONLY IF, the same components are in the raw materials. A good example are bombs: http://www.fuzzwork.co.uk/blueprints/calc.php?bpid=27918&me=0&mpe=1&pe=0&ind=1
You see that there are "only" 3k Tritanium waste, but the in-game quote is much, much higher, because the waste is also applied to the extra materials making the bill of materials like this
[code] |===============================================================| | NAME | REQUIRED | MISSING | DMG/JOB | WASTE | |===============================================================| | Raw Material (7x) | | | | | |---------------------------------------------------------------| | Isogen | 2,290 | 13,675 | 100.00% | 99.5% | | Megacyte | 83 | 432 | 100.00% | 87.9% | | Mexallon | 12,000 | 71,933 | 100.00% | 99.9% | | Nocxium | 467 | 2,735 | 100.00% | 97.8% | | Pyerite | 125,171 | 750,378 | 100.00% | 99.9% | | Tritanium | 287,068 | 1,657,408 | 100.00% | 96.5% | | Zydrine | 320 | 1,855 | 100.00% | 96.8% | |---------------------------------------------------------------| | Extra Material (7x) | | | | | |---------------------------------------------------------------| | Isogen | 11,385 | 13,675 | 100.00% | | | Megacyte | 349 | 432 | 100.00% | | | Mexallon | 59,933 | 71,933 | 100.00% | | | Nocxium | 2,268 | 2,735 | 100.00% | | | Pyerite | 625,207 | 750,378 | 100.00% | | | Tritanium | 1,370,340 | 1,657,408 | 100.00% | | | Zydrine | 1,535 | 1,855 | 100.00% | | |---------------------------------------------------------------| | Skill (1x) | | | | | |---------------------------------------------------------------| | Industry | 1 | 1 | | | |---------------------------------------------------------------|
Quote for: Shrapnel Bomb, Material Efficiency Level: 0 Production Efficiency Skill: I, Production Slot Modifier: 1.0 [/code] (Again I'd wish for a code block CPP !!!!!!)
For futher information on the subject, see my post on the old forums about waste http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1561558 |